home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #1 / Amiga Plus 1995 #1.iso / fish-disketten / fish_811-820 / d811 / bsh / m < prev    next >
Text File  |  1994-12-13  |  313b  |  12 lines

  1. local i
  2. if !?PAGER
  3.     local PAGER="More"
  4. endif
  5. foreach i ( $* )
  6.     $PAGER $i
  7. end
  8. # M is presented as is; no warrantee is either expressed or implied
  9. # as to it's suitability to any purpose whatsoever.  You assume all the
  10. # risk for all damage, even if caused by a defect in the software,
  11. # no matter how awful.
  12.